bitkeeper revision 1.1389.1.27 (42765047QI9d01CBiVyH-bBFAhM6lQ)
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Mon, 2 May 2005 16:07:35 +0000 (16:07 +0000)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Mon, 2 May 2005 16:07:35 +0000 (16:07 +0000)
Add '-g' compile option on debug builds.
Signed-off-by: Keir Fraser <keir@xensource.com>
xen/Rules.mk

index cf30a12ef75eb3e5243a9adc72500e9dd2401620..955ace1f9d1fe99765721225d954240311084b7d 100644 (file)
@@ -42,7 +42,7 @@ ifeq ($(verbose),y)
 CFLAGS += -DVERBOSE
 endif
 else
-CFLAGS += -DVERBOSE
+CFLAGS += -g -DVERBOSE
 endif
 
 ifeq ($(domu_debug),y)